sync: release/11.13.0 (sba-internal → sba-mint) - #63
Merged
Merged
Conversation
…ass (#548) Remove redundant color override in chat-v3.css and replace Tailwind @apply directive with light-dark() function using CSS custom properties for better theme support and reduced framework dependency.
update @sinequa/atomic-angular to version 0.1.99 and @sinequa/ui to version 0.1.48
…ents (#551) update dependencies for @sinequa/atomic-angular and @sinequa/ui to latest versions
…curity vulnerabilities ES-31799 #done ES-31798 #done ES-31797 #done chore: fix dependabot security vulnerabilities
… tab ES-31890 #done fix: use SpinnerIcon for animated loading on summarize tab
Add the FiltersBarComponent to both home pages (app and app2) using the new `homepage` input so only filters flagged `homepage: true` in the filters customization JSON are displayed. Align the legacy app home with app2: remove the effect that navigated to /search on filter apply and the afterNextRender reset that cleared filters on (re)entry, so applying a filter only updates the QueryParamsStore and persists. Seed the aggregations from afterNextRender so the filters bar is mounted before the first-page query resolves. Bump @sinequa/atomic-angular to ^1.0.7. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ES-29556 #done fix: display homepage filters bar on home pages
Update `@sinequa/atomic-angular` from 1.0.4 to 1.0.10 and refresh `package-lock.json` with latest resolved versions of transitive dependencies, including `brace-expansion` 5.0.6, `express-rate-limit` 8.5.2, `fast-uri` 3.1.2, and `hono`.
ES-32071 #done ES-29556 #done ES-32039 #done ES-32053 #done Prevent usersettings overwrite when overridding users (atomic-angular🏷️1.0.10)
The /loading route (LoadingComponent) is no longer used: the AuthGuard now redirects to the login page and authentication is handled at bootstrap by signIn(). Remove the route + import from both app and app2. Also sync the atomic-angular loading doc (deprecation notice). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ng route (atomic🏷️1.1.4, atomic-angular🏷️1.0.12) ES-30924 #done ES-30205 #done chore(routes): remove the unused /loading route (atomic🏷️1.1.4, atomic-angular🏷️1.0.12)
- pin @sinequa/atomic-angular to exact 1.0.14 (stay on the 1.0.x line) - switch package-lock.json + .npmrc to the public npmjs registry - gitignore generated agt-* i18n translation folders Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bring the oxlint + oxfmt + biome toolchain from release/11.14.0 over to release/11.13.0 so that files edited on either branch are formatted identically, eliminating quote-style and formatting noise during release/11.13.0 -> release/11.14.0 merges. - add .oxfmtrc.json, .oxlintrc.json and biome.json (lineWidth aligned to 160) - switch .prettierrc to double quotes, add the cn tailwind function and tailwindStylesheet - replace `ng lint` with oxlint, scope prettier to HTML only, add fmt/fmt:check scripts - update lint-staged to run oxlint + oxfmt + prettier(html), fixing the invalid glob - add oxlint/oxfmt/biome devDeps and bump prettier 3.5.3 -> 3.8.1 No bulk reformat is performed: existing code is intentionally left untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
#noJiraCheck chore: align lint/format toolchain with release/11.14.0
Bumps to the 1.0.15 release (navbar-tabs persist-filters-across-tabs feature) and widens the constraint to ~1.0.15 to track the 1.0.x line. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore(deps): upgrade @sinequa/atomic-angular to 1.0.14 #noJiraCheck
…outing
- app.config.ts (app & app2): bootstrap via bootstrapApp({ createRoutes: true }) instead of the
deprecated provideAppInitializer(appInitializerFn) + withBootstrapApp(inject(ApplicationService)).
bootstrapApp injects ApplicationService itself AFTER resolving the auth mode (initializeAppConfig)
and setting backendUrl, which removes the bootstrap race and the /undefined/api/v1/... requests.
- routes.ts (app & app2): route /login and /logout to AuthPageComponent instead of SignInComponent,
so the change-password / forgot-password views render. SignInComponent alone only shows the
sign-in form and ignores the `mode` query param.
Note: requires @sinequa/atomic 2.0 and the AuthMode-aware @sinequa/atomic-angular. The package.json
dependency bump is intentionally left out of this commit (linked locally via file: for testing) and
must be applied once those libraries are published.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…v1.0.16 Bumps `@sinequa/atomic` from 1.1.4 to 2.0.1 (major) and `@sinequa/atomic-angular` from 1.0.15 to 1.0.16 (patch). Updates package.json version ranges and regenerates package-lock.json with the new resolved tarballs and integrity hashes.
…Page routing (atomic🏷️2.0.1, atomic-angular🏷️1.0.16) ES-32168 #done feat(auth): consume AuthMode 2.0 — bootstrapApp + AuthPage routing (atomic🏷️2.0.1, atomic-angular🏷️1.0.16)
…v1.0.18 - @sinequa/atomic: ^2.0.1 → ^2.0.5 - @sinequa/atomic-angular: ~1.0.16 → ~1.0.18 - @sinequa/ui: ^1.0.0 → 1.0.0 (pinned exact) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…c-angular-1.0.18 ES-32037 #done ES-32163 #done ES-32168 #done ES-32245 #done chore(deps): upgrade @sinequa/atomic to v2.0.5 and @sinequa/atomic-angular to v1.0.18
larde
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synchronisation de la branche
release/11.13.0depuis le repo internesba-internalverssba-mint.